home *** CD-ROM | disk | FTP | other *** search
- ;Installer V1 For AmiTCP Control Panel V2
- ;
- ;©Martin Hunt 1994
- ;
- ;
-
- (complete 0)
-
- (set amitcpdir
- (askdir
- (prompt "Where is AmiTCP installed?")
- (help @askdir-help)
- (default "dh1:amitcp")
- )
- )
-
- (makeassign "amitcp" amitcpdir)
-
- (textfile
- (dest "envarc:amitcpdir")
- (append amitcpdir)
- )
-
- (textfile
- (dest "env:amitcpdir")
- (append amitcpdir)
- )
-
- (complete 10)
-
- (set @default-dest
- (askdir
- (prompt "Where do you want to install AmiTCP Control Panel?")
- (help @askdir-help)
- (default "sys:wbstartup")
- )
- )
-
- (textfile
- (dest "envarc:controlpaneldir")
- (append @default-dest)
- )
-
- (textfile
- (dest "env:controlpaneldir")
- (append @default-dest)
- )
-
- (copyfiles
- (prompt "Copying AmiTCP Control Panel to " @default-dest )
- (help @copyfiles-help)
- (source "cp_mainprog")
- (dest @default-dest)
- (all)
- (infos)
- (confirm)
- )
-
-
- (complete 45)
-
- (set @doc-dest
- (askdir
- (prompt "Where do you want to install AmiTCP Control Panel's Documents?")
- (help @askdir-help)
- (default "amitcp:docs")
- )
- )
-
-
- (copyfiles
- (prompt "Copying AmiTCP Control Panel Docs to " @doc-dest )
- (help @copyfiles-help)
- (source "docs")
- (all)
- (dest @doc-dest)
- (infos)
- (confirm)
- )
-
- (complete 70)
-
- (copyfiles
- (prompt "Copying AmiTCP Control Panel Scripts and Commands to AmiTCP:bin" )
- (help @copyfiles-help)
- (source "bin")
- (all)
- (dest "Amitcp:bin")
- (infos)
- (confirm)
- )
-
- (complete 85)
-
- (copylib
- (prompt "Copying AmiTCP Control Panel Libs to Libs:" )
- (help @copyfiles-help)
- (source "Libs/rexxarplib.library")
- (dest "Libs:")
- (infos)
- (confirm)
- )
-
- (copylib
- (prompt "Copying AmiTCP Control Panel Libs to Libs:" )
- (help @copyfiles-help)
- (source "Libs/rexxreqtools.library")
- (dest "Libs:")
- (infos)
- (confirm)
- )
-
- (copylib
- (prompt "Copying AmiTCP Control Panel Libs to Libs:" )
- (help @copyfiles-help)
- (source "Libs/rexxsupport.library")
- (dest "Libs:")
- (infos)
- (confirm)
- )
-
- (copylib
- (prompt "Copying AmiTCP Control Panel Libs to Libs:" )
- (help @copyfiles-help)
- (source "Libs/rexxplslib.library")
- (dest "Libs:")
- (infos)
- (confirm)
- )
-
- (complete 100)
-